OVL file - traducción al Inglés
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

OVL file - traducción al Inglés

PROGRAMMING METHOD
OVL (file format); Overlay file; Overlay manager (programming); OVR (file format); Overlay Manager; Overlay manager; .OVL; .OVR; .ovl; .ovr; OVR file; OVL file; Overlay region; Overlay procedure; Overlay Procedure; Overlay module; Overlay unit; Overlay group; Overlay program; Overlay system; Overlay area; Overlay subprogram; Overlay programme; Overlay sub-program; .000; .001 (file extension); .002; .003; .004; .005; .006; .007 (file extension); .008; .009; .000 (file extension); .002 (file extension); .003 (file extension); .004 (file extension); .005 (file extension); .006 (file extension); .008 (file extension); .009 (file extension); .OVR (file extension); .OVL (file extension); .ovr (file extension); .ovl (file extension); Overlay loader; OVERLAY
  • Schematic

OVL file         
Fichero OVL, Fichero capa, Fichero que contiene un código de ejecución complementario al programa
Overlay         
Superposición, recubrimiento, solapamiento
overlay         
superposición
capa superpuesta

Definición

file type
<file format> The kind of data stored in a file. Most modern operating systems use the filename extension to determine the file type though some store this information elsewhere in the file system. The file type is used to choose an appropriate icon to represent the file in a GUI and the correct application with which to view, edit, run, or print the file. Different operating systems support different sets of file types though most agree on a large common set and allow arbitrary new types to be defined. See also MIME. {FileInfo.net - The File Extensions Resource (http://fileinfo.net)} (2006-07-11)

Wikipedia

Overlay (programming)

In a general computing sense, overlaying means "the process of transferring a block of program code or other data into main memory, replacing what is already stored". Overlaying is a programming method that allows programs to be larger than the computer's main memory. An embedded system would normally use overlays because of the limitation of physical memory, which is internal memory for a system-on-chip, and the lack of virtual memory facilities.